Classes and Objects in C++
Instances of classes are called
objects
. Recall the circle
and point example. There a class Point has been
developed. In C++ this would look like this: